projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e5963
)
(powerpc-apple-netbsd): Added.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 12 Aug 1998 21:32:31 +0000
(21:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 12 Aug 1998 21:32:31 +0000
(21:32 +0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index d1e5604cc2332c15f2c04a8f7e006b0b667b0f99..dafad11191eb864845f95da98755789bcadc2998 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-222,6
+222,9
@@
EOF
powerpc:machten:*:*)
echo powerpc-apple-machten${UNAME_RELEASE}
exit 0 ;;
+ macppc:NetBSD:*:*)
+ echo powerpc-apple-netbsd${UNAME_RELEASE}
+ exit 0 ;;
RISC*:Mach:*:*)
echo mips-dec-mach_bsd4.3
exit 0 ;;